/* header */
header.notitle{
	position: relative;
	padding-bottom: 0;
	width: 100%;
	height: 89px;
	background-color: #011588;
}





/* コンテンツ */
section.contact_head{
	padding-top: 16px;
	padding-bottom: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

.contact_contents_wrap{
	padding-top: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}


/* お問い合わせ */

section.contact{
	padding-top: 100px;
	padding-bottom: 95px;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

.contact_contents_inner_wrap{
	padding-top: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

section.contact h3{
	margin-bottom: 30px;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: normal;
	color: #011588;
}

section.contact h4{
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 16px;
	color: #011588;
	text-align: center;
	font-weight: normal;
}


.contact_box{
	padding: 55px 132px;
	width: 100%;
	background-color: #ffffff;
}

.contact_info{
	padding: 35px 35px 15px 35px;
	margin: 0 auto 45px auto;
	width: 100%;
	max-width: 845px;
	background-color: #f8f8f8;
}

.contact_info p{
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 25px;
}

.info_tel{
	display: flex;
}

.info_tel a{
	padding-left: 45px;
	position: relative;
	font-size: 40px;
	color: #011588;
}
.info_tel a:before{
	position: absolute;
	top: 0px;
	left: 0;
	display: inline-block;
	content: "";
	width: 31px;
	height: 31px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/contact_tel.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.eigyou{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.info_tel p{
	margin-left: 25px;
	padding-top: 4px;
	font-size: 16px;
	color: #011588;

}


/* form_area */

.form_area{

}

dl.form_list dt{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

dl.form_list dd{
	margin-bottom: 25px;
}

.atention{
	font-size: 14px;
	line-height: 14px;
	color: #dd1111;
}

.text_area input{
	padding: 5px;
	width: 100%;
	height: 50px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 17px;
	line-height: 17px;
}

.select_area{
	padding-top: 10px;
}

.paddingtop11{
	padding-top: 11px;
}

/*.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 40px;
  position:relative;
  font-size: 18px;
  line-height: 55px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #d9d9d9;
  border-radius: 50%;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #f3546a;
  border-radius: 50%;
}*/

.text_area textarea{
	padding: 30px 45px;
	width: 100%;
	min-height: 340px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 17px;
	line-height: 28px;
}

textarea::placeholder {
  font-size: 14px;
}

p.privacy_text{
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}
p.privacy_text a{
	color: #2f7cbe;
	text-decoration: underline;
}
p.privacy_text a:hover{text-decoration: none;}

.checkbox{
	margin: 0 auto 40px auto;
	text-align: center;
	font-weight: bold;
}

.button{
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 65px;
	background: #ffffff;
	background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
}
.button:before{
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, .2);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -200%;
  transition: .3s ease-in-out;
}

.button:hover:before {
  left: 30%;
}



/* 調整 */
@media screen and (max-width: 1200px){

section.contact_head{
	padding: 8px 3% 0 3%;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

.info_tel{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info_tel a{
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 45px;
	position: relative;
	font-size: 40px;
	color: #011588;
}
.info_tel a:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	width: 31px;
	height: 31px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/contact_tel.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.info_tel p{
	margin-left: 25px;
	padding-top: 4px;
	font-size: 16px;
	color: #011588;

}

}


/* 調整 */
@media screen and (max-width: 900px){

.contact_box{
	padding: 27.5px 3%;
	width: 100%;
	background-color: #ffffff;
}

.info_tel{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info_tel a{
	padding-left: 15px;
	margin: 0 0 15px 30px;
	display: block;
	position: relative;
	font-size: 40px;
	color: #011588;
	text-align: center;
	width: 350px;
}
.info_tel a:before{
	position: absolute;
	top: 0px;
	left: 0;
	display: inline-block;
	content: "";
	width: 31px;
	height: 31px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/contact_tel.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.eigyou{
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.info_tel p{
	margin-left: 25px;
	padding-top: 4px;
	font-size: 16px;
	color: #011588;
	text-align: center;

}


}


/* 調整 */
@media screen and (max-width: 768px){

/* header */
header.notitle{
	position: relative;
	padding-bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #011588;
}



.button{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px auto;
	width: 280px;
	height: 56.88px;
	background: #ffffff;
	background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
}

.button:before {
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, .2);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -200%;
  transition: .3s ease-in-out;
}

.button:hover:before {
  left: 30%;
}




}



/* 調整 */
@media screen and (max-width: 500px){

.contact_contents_inner_wrap{
	padding-top: 0;
	margin: 0 auto;
	width: 94%;
	max-width: 1100px;
}

/* お問い合わせ */

section.contact{
	padding-top: 50px;
	padding-bottom: 47.5px;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

section.contact h3{
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	color: #011588;
}

section.contact h4{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 14px;
	color: #011588;
	text-align: center;
	font-weight: normal;
}

.contact_box{
	padding: 20px 20px;
	width: 100%;
	background-color: #ffffff;
}

.contact_info{
	padding: 17.5px 17.5px 7.5px 17.5px;
	margin: 0 auto 45px auto;
	width: 100%;
	max-width: 845px;
	background-color: #f8f8f8;
}

.contact_info p{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
}

.info_tel{
	display: block;
}

.info_tel a{
	margin-left: 0;
	padding-left: 0;
	position: relative;
	font-size: 26px;
	color: #011588;
	text-align: center;
	width: auto;
}
.info_tel a:before{
	margin-right: 5px;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/contact_tel.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.eigyou{
	margin: 0 auto;
	display: block;
}

.info_tel p{
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 4px;
	font-size: 16px;
	color: #011588;
	text-align: center;

}


dl.form_list dt{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

dl.form_list dd{
	margin-bottom: 20px;
}

.text_area input{
	padding: 5px;
	width: 100%;
	height: 35px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 16px;
	line-height: 16px;
}

.radio-input + label{
  padding-left: 35px;
  position:relative;
  font-size: 16px;
  line-height: 30px;
}

.text_area textarea{
	padding: 10px 10px;
	width: 100%;
	min-height: 340px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 16px;
	line-height: 28px;
}

p.privacy_text{
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
}

.checkbox label{
	font-size: 16px!important;
	letter-spacing: 0;
}

.checkbox{
	margin: 0 auto 20px auto;
	text-align: center;
	font-weight: bold;
}



}